Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / StructList<T> Class / CopyTo Method

In This Topic
    CopyTo Method (StructList<T>)
    In This Topic
    Copies the entire StructList<T> to a compatible one-dimensional array, starting at the specified index of the target array.
    Overload List
    OverloadDescription
    Copies the entire StructList<T> to a compatible one-dimensional array, starting at the specified index of the target array.  
    Copies a range of elements from the StructList<T> to a compatible one-dimensional array, starting at the specified index of the target array.  
    See Also